projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8dd514
)
(parens-require-spaces): Doc fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:54:56 +0000
(20:54 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 5 Mar 2008 20:54:56 +0000
(20:54 +0000)
Reported by Drew Adams <drew.adams@oracle.com>.
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index 1cb405977899489e0889c995c1df6d7c13295713..2829be961ca6501c5a46610292e8e3e100fe0dff 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-41,7
+41,8
@@
See function `beginning-of-defun'."
(make-variable-buffer-local 'defun-prompt-regexp)
(defcustom parens-require-spaces t
- "If non-nil, `insert-parentheses' inserts whitespace as needed."
+ "If non-nil, add whitespace as needed when inserting parentheses.
+This affects `insert-parentheses' and `insert-pair'."
:type 'boolean
:group 'lisp)